export declare const contentsWithLinks: {
    images: {
        filename: string;
        idiom: string;
        scale: string;
        size: string;
    }[];
    info: {
        author: string;
        version: number;
    };
};
