export declare const denoVersionInfo: {
    version: string;
    hashes: Record<string, string>;
};
