import type { Family } from './family'; export declare type Asset = { actionType?: string; base64Image: string; description: string; family: Family; inputParameters: { [key: string]: any; }; name: string; testScriptFile?: string; version: string; };