declare const getUrl: () => Promise<string | null | undefined>;
export default getUrl;
