import type { TeamsMessageFormat } from '../types.js'; export declare function resolveFormat(value: string | undefined, pretty: boolean | undefined): TeamsMessageFormat; //# sourceMappingURL=format.d.ts.map