/**
 * The expected path has to be full string after the domain.
 * Example : http://localhost:3000/venues/ ---->expected path is "/venues/"
 */
export default function (falseCase: boolean, expectedPath: string): Promise<void>;
