export declare function isValidUrl(url: string): boolean;
export declare function cleanAltText(output: unknown): string;
