export declare enum HypertableErrors {
    NAME_REQUIRED = "Hypertable name is required",
    OPTIONS_REQUIRED = "Hypertable options are required",
    INVALID_OPTIONS = "Invalid hypertable options",
    INVALID_NAME = "Invalid hypertable name"
}
export declare enum ExtensionErrors {
    INVALID_OPTIONS = "Invalid extension options"
}
export declare enum CompressionErrors {
    INVALID_OPTIONS = "Invalid compression options"
}
