export declare const toPascalCase: (str: string) => string;
export declare const getLastDirectry: (pathStr: string) => string;
