import { Context } from "koishi";
import { Config } from './config';
import { usage } from './constants';
import type { Config as ConfigType } from './types';
export declare const name = "jrys-prpr";
export declare const inject: {
    required: string[];
    optional: string[];
};
export { usage, Config };
export declare function apply(ctx: Context, config: ConfigType): void;
