export declare const unify: (key: string) => string;
export declare const isSame: (a: string, b: string) => boolean;
export declare const findSame: (key: string, items: string[]) => string | undefined;
