UNPKG

298 BTypeScriptView Raw
1import { AmplifyClassV6 } from '@aws-amplify/core';
2import { GetUrlInput, GetUrlOutput, GetUrlWithPathInput, GetUrlWithPathOutput } from '../../types';
3export declare const getUrl: (amplify: AmplifyClassV6, input: GetUrlInput | GetUrlWithPathInput) => Promise<GetUrlOutput | GetUrlWithPathOutput>;