import 'dotenv/config'; export declare const config: { unsplash: { accessKey: string; }; download: { defaultDir: string; }; };