interface Args {
    scheme?: string;
    mode: string;
}
export declare function getConfigurationScheme({ scheme, mode }: Args, sourceDir: string): any;
export {};
//# sourceMappingURL=getConfigurationScheme.d.ts.map