// SPDX-License-Identifier: AGPL-3.0-or-later export declare function writeFileReferenceToClipboard(filePath: string): Promise; export declare const loadError: Error | null;