export type Config = { appDir: string | undefined; basePath: string | undefined; }; export declare const getConfig: (dir?: string) => Promise; //# sourceMappingURL=getConfig.d.ts.map