export declare function toStringOrEmpty(input: any): string; export declare function getUniqueBy>(arr: T[], prop: string): T[];