export declare const items: {
    name: string;
    downloadUrl: string;
    viewUrl: string;
}[];
