import { DonobuException } from './DonobuException';
/** This exception is thrown if the underlying GPT platform throws an internal/server error. */
export declare class GptPlatformInternalErrorException extends DonobuException {
    constructor(message: string);
}
//# sourceMappingURL=GptPlatformInternalErrorException.d.ts.map