import { ModOptions, ModResult } from './interfaces'; export declare function jsonHandler(matches: string[], options: ModOptions, cb: (json: any) => any, spaceIndents?: number): ModResult[]; //# sourceMappingURL=json.d.ts.map