import Metalsmith from 'metalsmith'; import { MetalsmithHandleOptions } from './types'; export declare const render: (skipInterpolation: string | string[], options: Pick) => Promise; export declare const renderTemplate: (skipInterpolation: string | string[]) => Metalsmith.Plugin;