interface Options { externalAttachments?: boolean | ReadonlyArray; } declare const _default: { type: "formatter"; formatter({ on, options, write, directory }: import("../../plugin").FormatterPluginContext): () => Promise; optionsKey: string; }; export default _default;