import { RPCBase } from "../rpcBase"; export declare function DevFlashLampManager(this: RPCBase): { instance: (params?: object | undefined, options?: object | undefined) => Promise>; getCaps: () => Promise; }; //# sourceMappingURL=DevFlashLampManager.d.ts.map