export declare function isImageValid(src: string): Promise<unknown>;
