export declare type Uri = string; export declare type LocationType = string; /** * * Cartesi Machine Configuration * */ export interface MirrorConfig { uri: Uri; locationType: LocationType; }