export declare const trim: (str: string) => string;
interface ReplaceArrayDictionary {
    [key: string]: string;
}
export declare const replaceArray: (string: string, find: ReplaceArrayDictionary) => string;
export declare const ArabicContextualForms: RegExp;
export declare const kindOf: (inp: unknown) => string;
export declare const toPositive: (n: number) => number;
export {};
