export default function parseAssetId(ref: string): {
    id: string;
    width: number;
    height: number;
    format: string;
};
