import { GetUrlInput } from '../types/inputs'; import { GetUrlOutput } from '../types/outputs'; /** * @internal */ export declare const getUrl: (input: GetUrlInput) => Promise;