blob: 855d0a2a133885b7c1c9a24c11e1bd159298ad1a [file] [log] [blame]
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export declare type FormatError = ErrorObject<"format", {
format: string;
}, string | {
$data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;