export declare class PoolServiceScript { constructor(); 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; } //# sourceMappingURL=PoolServiceScript.d.ts.map