import type { InstanceJSON } from './JSON'; export declare class Instance { readonly id: string; readonly environmentType: string; readonly allowedOrigins: Array | null; constructor(id: string, environmentType: string, allowedOrigins: Array | null); static fromJSON(data: InstanceJSON): Instance; } //# sourceMappingURL=Instance.d.ts.map