export declare function getTransformer(template: any, options?: {
dropValues?: any[];
cb?: () => any;
}): ($: any, $1: any) => any;
export declare function transform(template: any, { dropValues, $1, $, cb, }: {
dropValues?: any[];
$1?: any;
$: any;
cb?: (key: any) => any;
}): any;