import type { Plugin } from '..'; export declare function dest(callback: (form: string, to?: string) => string | undefined | Promise): Plugin;