export declare const mapCookie: (name: string, mapper: (value: string | undefined) => string | undefined) => void;