/** * Reads the current application cookies. * * @export * @returns A map with all the cookie KV pairs. */ export declare function extractCookies(): Record;