export declare const isWindows: boolean;
export declare function searchConfigDir(...configPath: string[]): Promise<string>;
