export declare const OUTPUT_FORMATS: readonly ["svg", "png", "jpeg"]; export declare const OUTPUT_FORMAT_DEFAULT: "svg"; export declare type OutputFormat = typeof OUTPUT_FORMATS[number]; export declare const isNumber: (value: string) => boolean;