export declare const makeValidFolder: (name: string, options?: { separator?: string; maxlength?: number; invalidChars?: string[]; }) => string;