import { Context } from '../context';
export declare function filter(ctx: Context, fields: string | string[], source?: string): void;
