import { Program, Provider } from "@project-serum/anchor"; import { ConstructionCompiled, ConstructionInstr } from "../interfaces"; export declare const compileConstruction: (provider: Provider, mallocProgram: Program, { construction, amountInAccounts, actionMap, opts }: ConstructionInstr) => Promise;