export declare const getVotd: (lang: string) => Promise<{
    citation: string;
    passage: any;
    images: String[];
    version: any;
    image?: undefined;
} | {
    citation: String;
    passage: String;
    image: String[];
    version: undefined;
    images?: undefined;
} | undefined>;
//# sourceMappingURL=votd.d.ts.map