import { DonobuException } from './DonobuException';
/** This is thrown if authentication fails with the given GPT platform. */
export declare class GptPlatformAuthenticationFailedException extends DonobuException {
    readonly gptPlatform: string;
    constructor(gptPlatform: string);
}
//# sourceMappingURL=GptPlatformAuthenticationFailedException.d.ts.map