export interface GB { countryCode: "GB"; city: string; street: string; building: string; zipCode: string; } export declare namespace GB { const name: string; const type: import("isly/dist/cjs/object").IslyObject; }