export interface GrantTokenResponse {
    access_token: string;
    expires_in: number;
}
//# sourceMappingURL=GrantTokenResponse.d.ts.map