import { sqrt, getNearestTick } from "./sqrt"; export declare const sleep: (ms: number) => Promise; export { sqrt, getNearestTick };