import { VariableSizeCodec, VariableSizeDecoder, VariableSizeEncoder } from '@solana/codecs-core'; import { getCompiledInstructions } from '../../compile/v0/instructions'; type CompiledInstruction = ReturnType[number]; export declare function getInstructionEncoder(): VariableSizeEncoder; export declare function getInstructionDecoder(): VariableSizeDecoder; export declare function getInstructionCodec(): VariableSizeCodec; export {}; //# sourceMappingURL=instruction.d.ts.map