/**
 * Check if the current URL path matches the given path
 * @param  {String}   falseCase    Whether to check if the path matches the
 *                                 expected value or not
 * @param  {String}   expectedPath The expected path to match against
 */
export declare function checkUrlPath(falseCase: string, expectedPath: string): Promise<void>;
//# sourceMappingURL=checkURLPath.d.ts.map