export declare class PoolServiceScript { create(poolServiceDTO?: any): any; delete(poolServiceDTO?: any): any; exportPool(poolId?: string): string; get(id?: string): any; getFilterAttributes(poolName?: string, filterName?: string): string; getFilteredRecords( poolName?: string, filterName?: string, valueJson?: string ): string; getPoolIdByName(poolName?: string): string; isPoolExists(poolName?: string): boolean; update(poolServiceDTO?: any): any; constructor(); }