import { ZoteroTypes } from '../zotero-interface'; export declare function as_value(value: any): any; export declare function as_array(value: any): any; export declare function catchme(number: number, text: string, error: any, data: any): string; export declare function isomessage(text: string): string; declare type CanonicalUrlElement = { data: { url: string; }; bib: string; library: { id: any; }; key: any; }; export declare function getCanonicalURL(args: ZoteroTypes.IGetZoteroDataXargs, element: CanonicalUrlElement): string; export declare function urlify(details: string, elementLibraryId: string, elementKey: string, argsZGroup: string, argsZKey: string, argsOpenInZotero: boolean): string; export declare function colophon(string: string): string; export {};