import { RPCBase } from "../rpcBase"; export declare function DevInit(this: RPCBase): { getStatus: () => Promise>; account: (salt: unknown, cipher: unknown, content: unknown) => Promise>; access: (salt: unknown, cipher: unknown, content: unknown) => Promise>; getCurrentTime: () => Promise>; setCurrentTime: (time: unknown, tolerance: unknown) => Promise>; setLocalityConfig: (salt: unknown, cipher: unknown, content: unknown) => Promise>; getDevCaps: () => Promise; }; //# sourceMappingURL=DevInit.d.ts.map