export declare function resolvePath(...relativePath: any[]): string; export declare function validateCreateType(type: string): string | null; export declare function bigCamelCase(str: string): string; export declare function lowerCase(str: string): string; export declare function getCicadaConfigConfig(): any;