import { ScssBundleConfig } from "../contracts";
export declare function resolveConfig(filePath: string): Promise<ScssBundleConfig>;
