import Metalsmith from 'metalsmith'; export interface Options { directories?: { [key: string]: string[]; }; overwrite?: boolean; } declare const _default: (options?: Options) => Metalsmith.Plugin; export default _default;