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; //# sourceMappingURL=utils.d.ts.map