;
}) => $replace(schema: S, ..._meta: undefined extends Meta ? [$replace?] : [$replace]): this;
clear(): this;
remove(schema: Schema): this;
get(schema: S): $replace | undefined;
has(schema: Schema): boolean;
}
export interface JSONSchemaMeta {
id?: string | undefined;
title?: string | undefined;
description?: string | undefined;
deprecated?: boolean | undefined;
[k: string]: unknown;
}
export interface GlobalMeta extends JSONSchemaMeta {
}
export declare function registry