/** * 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 LockTypeLabel { Permanent = 0 } export type LockTypeLabelArgs = LockTypeLabel; export declare function getLockTypeLabelEncoder(): FixedSizeEncoder; export declare function getLockTypeLabelDecoder(): FixedSizeDecoder; export declare function getLockTypeLabelCodec(): FixedSizeCodec; //# sourceMappingURL=lockTypeLabel.d.ts.map