export declare class SelectClauseException extends Error {
    constructor();
}
export declare class WhereClauseException extends Error {
    constructor();
}
export declare class InWithinOperatorExceptions extends WhereClauseException {
    constructor();
}
export declare class MultipleQueryTypesException extends Error {
    constructor(type1: string, type2: string);
}
export declare class QueryOperatorNotFoundException extends WhereClauseException {
    constructor(operator: string);
}
export declare class QueryGroupByParamsException extends WhereClauseException {
    constructor();
}
export declare class IndexParamsOnExceptions extends Error {
    constructor(clause: string[]);
}
export declare class IndexParamsUsingGSIExceptions extends Error {
    constructor(clause: string[]);
}
