export declare function setTool(tool?: string[]): {
    '@type': string;
    name: string;
}[] | undefined;
