import _m0 from 'protobufjs/minimal'; export declare const protobufPackage = "yandex.cloud.cic.v1"; /** A PointOfPresence resource. */ export interface PointOfPresence { /** ID of the pointOfPresence. */ id: string; /** ID of the region that the pointOfPresence belongs to. */ regionId: string; } export declare const PointOfPresence: { encode(message: PointOfPresence, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): PointOfPresence; fromJSON(object: any): PointOfPresence; toJSON(message: PointOfPresence): unknown; fromPartial, never>>(object: I): PointOfPresence; }; type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined; export type DeepPartial = T extends Builtin ? T : T extends Array ? Array> : T extends ReadonlyArray ? ReadonlyArray> : T extends {} ? { [K in keyof T]?: DeepPartial; } : Partial; type KeysOfUnion = T extends T ? keyof T : never; export type Exact = P extends Builtin ? P : P & { [K in keyof P]: Exact; } & Record>, never>; export {};