export declare function unique(dirs: string[]): string[];
export declare function quoteIfHasSpace(str: string, quoteChar?: string): string;
