declare function getProductAssetVersions(token: string, organizationContext: string, productId: string): Promise<any[]>;
export default getProductAssetVersions;
