import { BaseRole } from "@skeldjs/core"; import { SomePluginCtr } from "../../handlers"; import { ClassDecorator } from "../types"; export declare function RegisterRole(role: typeof BaseRole): ClassDecorator; export declare function getPluginRegisteredRoles(pluginCtr: SomePluginCtr): typeof BaseRole[];