import * as Schema from "effect/Schema";
declare const NetworkCreateResponse_base: Schema.Class<NetworkCreateResponse, {
    Id: typeof Schema.String;
    Warning: typeof Schema.String;
}, Schema.Struct.Encoded<{
    Id: typeof Schema.String;
    Warning: typeof Schema.String;
}>, never, {
    readonly Id: string;
} & {
    readonly Warning: string;
}, {}, {}>;
export declare class NetworkCreateResponse extends NetworkCreateResponse_base {
}
export {};
//# sourceMappingURL=NetworkCreateResponse.generated.d.ts.map