import { IRole, ITenant } from '@metad/contracts'; import { Connection } from 'typeorm'; export declare const createRoles: (connection: Connection, tenants: ITenant[]) => Promise;