declare const hasCookie: (name: string) => string | undefined;
export { hasCookie };
