import type { JSentinelOptions } from "./types";
export declare function initJSentinel(options: JSentinelOptions): Promise<void>;
