import { Context } from 'koishi';
export declare const name = "lodestone";
export declare function apply(ctx: Context, config?: {}): void;
