import type { GaslightOptions, GaslightResult } from "./types.js"; export declare function runGaslight(options: GaslightOptions): Promise;