UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

6 lines (5 loc) 173 B
import { GetUrlInput } from '../types/inputs'; /** * @internal */ export declare const getUrl: (input: GetUrlInput) => Promise<import("../../types").StorageGetUrlOutput>;