import { RPCBase } from "../rpcBase"; export declare function FtpTest(this: RPCBase): { checkAuthority: (name?: string) => Promise>; getCaps: () => Promise<{ Support: boolean; }>; }; //# sourceMappingURL=FtpTest.d.ts.map