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