import type { Format } from './types.js'; export declare const isFormat: (value: string) => value is Format; export declare const toFormat: (input: string, format: Format) => string; export declare const allFormats: () => readonly Format[]; //# sourceMappingURL=convert.d.ts.map