export default function extractAssetDetails(url: string): {
    assetName: string;
    assetNameWithExt: string;
    fileExtension: string;
};
