export interface getAssetVersionsParams {
    assetVersionId?: string;
    assetId?: string;
    businessUnitId?: string;
}
export declare function getAssetVersions(token: any, organizationContext: any, params?: getAssetVersionsParams): Promise<any[]>;
