export declare class TenantContextManager {
    private static readonly schemaPrefix;
    static getSchemaForTenant(tenantId: number): string;
}
