export type MswConfig = { appDir: string | undefined; output: string; }; export declare const getMswConfig: ({ output, dir, }: { output: string | undefined; dir?: string; }) => Promise; //# sourceMappingURL=getMswConfig.d.ts.map