export declare function normalizeResult({ dockerComposeYml, ...result }: { [x: string]: any; dockerComposeYml: any; }): { dockerComposeYml: any; };