import { UserProvidedOptions } from "./types"; export declare const ARTIFACT_ROOT = "lighthouse-keeper"; export declare function lighthouseKeeper(_options?: UserProvidedOptions): Promise; export default lighthouseKeeper;