import { DonobuException } from './DonobuException';
/**
 * This exception may be thrown if the deployment environment for the application is DONOBU_HOSTED_MULTI_TENANT but the current API
 * request does not have a valid access key.
 */
export declare class NoApiAccessTokenPresentException extends DonobuException {
    constructor();
}
//# sourceMappingURL=NoApiAccessTokenPresentException.d.ts.map