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