export declare const encode: (buffer: any, timeDuration: any, enableDisable: any, password: any) => void;
interface value {
    timeDuration?: number;
    enableDisable?: number;
    password?: string;
    len?: number;
}
export declare const decode: (buffer: any, offset: any, apduLen: any) => value;
export {};
//# sourceMappingURL=device-communication-control.d.ts.map