import { errorHandling } from "../Interface.js";
type ResponseResult = {
    image: string;
    images: string[];
};
export declare function h5tuqq(url: string): Promise<ResponseResult | errorHandling>;
export {};
