export declare class BandChainJSError extends Error {
    constructor(message: string);
}
export declare class NotIntegerError extends BandChainJSError {
    constructor(message: string);
}
export declare class QueryError extends BandChainJSError {
    constructor(message: string);
}
export declare class ValueError extends BandChainJSError {
    constructor(message: string);
}
export declare class ValueTooLargeError extends BandChainJSError {
    constructor(message: string);
}
export declare class UndefinedError extends BandChainJSError {
    constructor(message: string);
}
export declare class NotFoundError extends BandChainJSError {
    constructor(message: string);
}
export declare class InsufficientCoinError extends BandChainJSError {
    constructor(message: string);
}
export declare class NegativeIntegerError extends BandChainJSError {
    constructor(message: string);
}
export declare class EmptyRequestMsgError extends BandChainJSError {
    constructor(message: string);
}
export declare class EmptyMsgError extends BandChainJSError {
    constructor(message: string);
}
export declare class BadSignatureError extends BandChainJSError {
    constructor(message: string);
}
export declare class UnsuccessfulCallError extends BandChainJSError {
    constructor(message: string);
}
export declare class CreateError extends BandChainJSError {
    constructor(message: string);
}
export declare class DecodeError extends BandChainJSError {
    constructor(message: string);
}
export declare class SchemaError extends BandChainJSError {
    constructor(message: string);
}
