/**
 * @public
 */
export interface IIdentifierFactory {
    getNextId(): number;
}
//# sourceMappingURL=i-identifier-factory.d.ts.map