export declare enum BytecodeType {
    Custom = "Custom",
    CxipERC721 = "CxipERC721",
    SampleERC20 = "SampleERC20",
    SampleERC721 = "SampleERC721",
    Holographer = "Holographer"
}
export declare const bytecodes: {
    [key in keyof typeof BytecodeType]: string;
};
