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