import Server_ from './Server';
import User_ from './User';
export declare namespace Transfer {
    const Server: typeof Server_;
    const User: typeof User_;
}
export default Transfer;
