import { RPCBase } from "../rpcBase"; export declare function SnapManager(this: RPCBase): { start: () => Promise>; stop: () => Promise>; getCaps: () => Promise<{ SupportSnapSchedule?: boolean | undefined; SupportSnapshotByJsonEvent?: boolean | undefined; TransferOffline?: { Enable: boolean; } | undefined; SupportFtpPathMode?: boolean | undefined; }>; manualUploadPicture: (params: object | object[] | null) => Promise>; getOfflineUploadInfo: (TargetType: unknown) => Promise; }; //# sourceMappingURL=SnapManager.d.ts.map