/// import { NomicLabsHardhatPluginError } from "hardhat/plugins"; export declare const METADATA_LENGTH_SIZE = 2; export declare class VersionNotFoundError extends NomicLabsHardhatPluginError { constructor(message: string); } export declare class MetadataAbsentError extends NomicLabsHardhatPluginError { constructor(message: string); } export declare function readSolcVersion(bytecode: Buffer): Promise; export declare function decodeSolcMetadata(bytecode: Buffer): Promise; export declare function readSolcMetadataLength(bytecode: Buffer): number; //# sourceMappingURL=metadata.d.ts.map