import { Context, z } from 'koishi';
export declare const name = "martin";
export declare const using: string[];
export interface Config {
}
export declare const Config: z<Config>;
export declare function apply(ctx: Context, config: Config): void;
