import { InternalHookArgsCallback } from './request'; export declare function useGetDownloadFunc | undefined>(args: InternalHookArgsCallback): { get: (name: string, params: Parameters<(args: import("./request").InternalCallbackArgs) => Promise>>[0]) => Promise>; }; export declare function saveBlobToMachine(name: string, blob: Blob): void;