import type { SatoriInstance, SatoriConfig } from "../core/types.js"; export declare function createSatori(config?: Partial): SatoriInstance;