export declare const convertToServeUrl: ({ urlOrId, bucketName, }: { urlOrId: string; bucketName: string; }) => string;