export declare const readDefineConfig: (config: string) => Promise<{ exportedFunc: any; configObjectName: string; configPath: string; } | undefined>;