export declare function pathExists(targetPath: string): Promise<boolean>;
export declare function sanitizeName(name: string): string;
