UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

7 lines (6 loc) 193 B
import { GetUrlInput } from '../types/inputs'; import { GetUrlOutput } from '../types/outputs'; /** * @internal */ export declare const getUrl: (input: GetUrlInput) => Promise<GetUrlOutput>;