export declare const DEFAULT_PATH = "https://example.com";
export declare const LOADERS: readonly ["fetch", "playwright"];
export type Loaders = (typeof LOADERS)[number];
export declare const MODES: string[];
export type Modes = (typeof MODES)[number];
