import { Context } from 'koishi'; export declare const name = "gzUrl"; export declare const inject: string[]; export declare function apply(ctx: Context): void;