UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

6 lines (5 loc) 160 B
import { CopyInput } from '../types/inputs'; /** * @internal */ export declare const copy: (input: CopyInput) => Promise<import("../..").CopyWithPathOutput>;