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;
/**
 * TODO: [🧠] Maybe rename because it is not used only for scrapers but also in `$getCompiledBook`
 */
