import { DonobuException } from './DonobuException';
export declare class GptPlatformNotReachableException extends DonobuException {
    readonly gptPlatform: string;
    constructor(gptPlatform: string);
}
//# sourceMappingURL=GptPlatformNotReachableException.d.ts.map