export declare function searchCodegenConfig(cwd: string): Promise<{
    config: any;
    filepath: string;
    isEmpty?: boolean;
}>;
