/** * Check if the given string is in the URL path * @param {String} falseCase Whether to check if the given string is in * the URL path or not * @param {String} expectedUrlPart The string to check for */ export declare function checkInURLPath(falseCase: string, expectedUrlPart: string): Promise; //# sourceMappingURL=checkInURLPath.d.ts.map