import { AthenaClientException } from './AthenaClientException.js';
export declare class QueryCanceledException extends AthenaClientException {
    constructor();
}
