export declare const setCookie: (name: string, value: string, expiresInSeconds: number) => void; export declare const getCookie: (name: string) => string | undefined; export declare const deleteCookie: (name: string) => void; //# sourceMappingURL=cookie-service.d.ts.map