import { Composition } from './composition';
export declare class Network {
    id: any;
    constructor(scope: Composition, logicalId: string);
}
