/** * This code was AUTOGENERATED using the Codama library. * Please DO NOT EDIT THIS FILE, instead use visitors * to add features, then rerun Codama to update it. * * @see https://github.com/codama-idl/codama */ import type { FixedSizeCodec, FixedSizeDecoder, FixedSizeEncoder } from "@solana/kit"; export declare enum LockType { Permanent = 0 } export type LockTypeArgs = LockType; export declare function getLockTypeEncoder(): FixedSizeEncoder; export declare function getLockTypeDecoder(): FixedSizeDecoder; export declare function getLockTypeCodec(): FixedSizeCodec; //# sourceMappingURL=lockType.d.ts.map