import Server_ from './server'; import User_ from './user'; export declare namespace Transfer { const Server: typeof Server_; const User: typeof User_; type Server = Server_; type User = User_; }