import { deploymentOutput, templateArgs } from "../interface"; export declare function hasBicepTemplate(args: templateArgs[]): boolean; export declare function getFileExtension(filename: string): string; export declare function convertOutputs(outputs: deploymentOutput[]): Map; //# sourceMappingURL=util.d.ts.map