import { AutorestNormalizedConfiguration } from "./autorest-normalized-configuration"; /** * Resolve some sugar properties. * @param rawConfig Config to clean. */ export declare const desugarRawConfig: (rawConfig: AutorestNormalizedConfiguration) => Promise; //# sourceMappingURL=desugar.d.ts.map