import Thread from "../classes/mapping/thread.js"; import { IBasic } from "../interfaces.js"; export declare function getHandiworkInformation( url: string ): Promise; export declare function getHandiworkInformation( url: string ): Promise; /** * Gets information of a particular handiwork from its thread. * * If you don't want to specify the object type, use `HandiWork`. * * @todo It does not currently support assets. */ export default function getHandiworkInformation( arg: string | Thread ): Promise;