import { RPCBase } from "../rpcBase"; export declare function WorkDirectory(this: RPCBase): { instance: (params?: object | undefined, options?: object | undefined) => Promise>; getInfo: (name: string) => Promise; setGroup: (name: string, group: unknown) => Promise>; /** * Gets bitmap for month which shows if there is any footage. * Throws an error if there was no footage. * @param name Storage path (ex. /dev/mmc0). */ getBitmapEx: (name: string, condition: { Channel: number; Types: ["dav"] | ["jpg"] | ["dav", "jpg"] | ["jpg", "dav"]; Events: "*"; Year: number; Month: number; }) => Promise; releaseDirectory: (name: string) => Promise; getSpaceInfoByFileType: (name: string, FileType: unknown) => Promise; }; //# sourceMappingURL=WorkDirectory.d.ts.map