import { type TransformationOptions } from './TransformationOptions'; export declare function copyAttachment(src: string, options: TransformationOptions): Promise; /** * @deprecated * @param href * @returns url without file:// proto */ export declare const clearAttachmentHref: (href: string | undefined) => string;