/**
 * Check if a cookie with the given name exists
 * @param  {String}   name      The name of the cookie
 * @param  {String}   falseCase Whether or not to check if the cookie exists or not
 */
export declare function checkCookieExists(name: string, falseCase: string): Promise<void>;
//# sourceMappingURL=checkCookieExists.d.ts.map