export declare const WEB_CONTENT_SCRAPER_ACTOR_ID = "aYG0l9s7dbB7j3gbS";
export declare const APIFY_API_URL = "https://api.apify.com";
export declare const TERMINAL_RUN_STATUSES: string[];
export declare const WAIT_FOR_FINISH_POLL_INTERVAL = 1000;
export declare const memoryOptions: {
    name: string;
    value: number;
}[];
export declare const DEFAULT_EXP_BACKOFF_INTERVAL = 1;
export declare const DEFAULT_EXP_BACKOFF_EXPONENTIAL = 2;
export declare const DEFAULT_EXP_BACKOFF_RETRIES = 5;
