import { identify } from '../util/underscore'; import { FilterImpl } from '../template'; export declare function Default(this: FilterImpl, value: T1, defaultValue: T2, ...args: Array<[string, any]>): T1 | T2; export declare function json(value: any, space?: number): string; export declare const raw: { raw: boolean; handler: typeof identify; };