interface COOKIEYC { set: (name: string, value: string, exdays: number) => void; get: (name: string) => string | undefined; } export declare const YC: COOKIEYC; export {}; //# sourceMappingURL=cookie.d.ts.map