export declare const dealRandomAssignees: (assignees: string, randomTo: string | void) => string[]; export declare const matchKeyword: (content: string | undefined, keywords: string[]) => boolean; export declare const checkDuplicate: (body: string | void) => boolean; export declare const getPreMonth: (m: number) => number; export declare const replaceStr2Arr: (str: string, replace: string, split: string) => string[]; //# sourceMappingURL=index.d.ts.map