/** The base Error type thrown for all TypeBox exceptions  */
export declare class TypeBoxError extends Error {
    constructor(message: string);
}
