import { Context, Schema } from 'koishi';
export declare const name = "shutdown";
export declare const Config: Schema<{}>;
export declare function apply(ctx: Context): void;
