/** Return true if 404 or 400 */
export declare function is404(url: string): Promise<boolean>;
