import type { ZenodoResource } from "../Resource.ts";
export declare function convertResourceFromZenodo(zenodoResource: ZenodoResource): {
    path: string;
    name: string;
    format: string | undefined;
    bytes: number;
    hash: string;
    "zenodo:key": string;
    "zenodo:url": string;
};
