export declare const checkLiftrProject: (componentType: string) => boolean;
export declare const folderExists: (folderPath: string) => Promise<boolean>;
export declare function creation(dirpath: string, filePath: string, fileContent: string): Promise<void>;
export declare function loadConfig(componentType: string): string[];
export declare function getModuleFiles(): Promise<string[]>;
