import { type ComponentId } from '../../../../../types/index.js';
export declare class ExternalBlockNodeStateSchema {
    id: number;
    address: string;
    port: number;
    constructor(id?: ComponentId, address?: string, port?: number);
}
