export interface ITransferTokenAuth {
    type: 'token';
    token: string;
}
//# sourceMappingURL=auth.d.ts.map