import type { BoulderOptions } from "./types";
export declare function boulder(options: BoulderOptions): Promise<number>;
