/** * `id` property declaration. */ export interface IID { readonly id: T; } //# sourceMappingURL=id.d.ts.map