import { RPCBase } from "../rpcBase"; export declare function Storage(this: RPCBase): { instance: (params?: object | undefined, options?: object | undefined) => Promise>; getCaps: () => Promise; testNAS: (a: unknown) => Promise; getPortInfo: () => Promise<{}>; getBoundTimeEx: (DiskList: unknown) => Promise<{}>; getDeviceNames: () => Promise; getDevice: (name: string) => Promise; getDeviceInfo: (name: string) => void; getDirectory: (path: string) => Promise; }; //# sourceMappingURL=Storage.d.ts.map