export declare function removeElement<T = any>(element: T, array: T[]): void;
export declare function unique<T = any>(arr: T[]): T[];
export declare function sanitizeText(text: string): string;
