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