/**
 * Discriminator intends to indicate the property used to identify the type of an object.
 *
 * @type {Discriminator}
 */
export declare type Discriminator = string;
//# sourceMappingURL=discriminator.d.ts.map