export * from './apihelper'; export * from './conditionhelper'; export * from './datehelper'; export * from './filehelper'; export * from './formhelper'; export * from './mathhelper'; export * from './scsystemtools-helper'; export declare function deepCopy(data: any): any; export declare function copyToClipboard(val: string): void; export declare function getFilteredActions(pciture: any, actions: any[]): any[]; export declare function getConditionValue(data: any, condition: any): boolean; export declare function getUrl(baseUrl: string, requestUrl: string): string;