export { get } from "prostgles-types"; export declare const clone: >(obj: T) => T; export declare const sleep: (ms: number) => Promise; export declare const escapeTSNames: (str: string, capitalize?: boolean) => string; export declare const isArray: (data: T) => data is Extract; //# sourceMappingURL=utils.d.ts.map