/** * Returns true if the value is a json pointer * @specification https://datatracker.ietf.org/doc/html/rfc6901 * @source https://github.com/ajv-validator/ajv-formats */ export declare function IsJsonPointer(value: string): boolean;