import { Player } from "../Entity"; import { Rtv } from "../../../Rtv"; export declare function playerRegisterBLL(name: string, password: string): Promise>; export declare function playerLoginBLL(input: string, password: string): Promise>; export declare function queryPlayerByNameBLL(name: string): Promise; export declare function queryPlayerByAccountBLL(account: string): Promise; //# sourceMappingURL=index.d.ts.map