/**
 * Raised when 'zod2x' has not been used to set a type name for a transpilerable schema.
 */
export declare class AstTypeNameDefinitionError extends Error {
    constructor(message: string);
}
export declare class AstNodeError extends Error {
    constructor(message: string);
}
export declare class NotTranspilerableTypeError extends Error {
    constructor(message: string);
}
export declare class BadLayerDefinitionError extends Error {
    constructor(message: string);
}
