import { CompiledCircuit } from '@aztec/noir-types'; export declare const codegen: (programs: [string, CompiledCircuit][], embedArtifact: boolean, useFixedLengthArrays: boolean) => string;