import { IInterfaceRequest } from '../../types'; export type IInterfaceCookie = Readonly>; declare const cookies: (request: IInterfaceRequest) => IInterfaceRequest; export default cookies;