export declare const getSubDeptCacheByKey: (params: {
    value: string;
    mokelay?: boolean;
    host?: string;
}) => Promise<unknown>;
export declare const getDeptCacheByKey: (params: {
    value: string | string[];
    mokelay?: boolean;
    host?: string;
}) => Promise<any>;
