import { CreateTranscriptOptions, GenerateFromMessagesOpts, ValidTextChannels } from './types'; export declare function downloadImageToDataURL(url: string): Promise; export declare const charCodeUTF32: (char: string) => number; export declare function castToType(type: any): T; export declare function optsSetup(opts: T | undefined, _channel: ValidTextChannels): T;