declare function getNextHeadersAndCookies(): Promise<{
    headers: any;
    cookies: any;
}>;

export { getNextHeadersAndCookies };
