import { RPCBase } from "../rpcBase"; export declare function wire802File(this: RPCBase): { importCACert: (Interface: unknown, content: unknown) => Promise>; importClientCert: (Interface: unknown, content: unknown) => Promise>; importClientKey: (Interface: unknown, content: unknown) => Promise>; }; //# sourceMappingURL=wire802File.d.ts.map