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