import type { IRole } from "../entities/Role";
import type { Ownership } from "../interfaces/SystemTypes";
import BaseService from "./BaseService";
export declare class RoleService extends BaseService<IRole> {
    constructor(ownership?: Ownership);
}
//# sourceMappingURL=RoleService.d.ts.map