import type { Page } from 'puppeteer'; export declare function fetchPostWithinPage(page: Page, url: string, data: Record, extraHeaders?: Record): Promise; export declare function fetchGetWithinPage(page: Page, url: string): Promise; export declare function fetchPoalimXSRFWithinPage(page: Page, url: string, pageUuid: string): Promise;