type GfmPlugin = (service: unknown) => void;
export declare const gfm: GfmPlugin | undefined;
export {};
