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