import type { BytesLike } from '@fuel-ts/interfaces';
export declare function renderBytecodeTemplate(params: {
    hexlifiedBytecode: BytesLike;
}): string;
//# sourceMappingURL=bytecode.d.ts.map