export declare enum ConfigRemoteUnlock {
    OP_TYPE_SEARCH = 1,
    OP_TYPE_MODIFY = 2,
    OP_CLOSE = 0,
    OP_OPEN = 1
}
