import type { PromptbookFetch } from '../../../execution/PromptbookFetch';
/**
 * The built-in `fetch' function with a lightweight error handling wrapper as default fetch function used in Promptbook scrapers
 *
 * @public exported from `@promptbook/core`
 */
export declare const promptbookFetch: PromptbookFetch;
