import { BaseEntity } from "typeorm";
import { ShardingBaseEntity } from "../sharding-base-entity";
export declare function getRepositoryToken<T extends typeof BaseEntity | typeof ShardingBaseEntity>(entityType: T): string;
