import * as beet from '@metaplex-foundation/beet';
export declare enum FreezeInstruction {
    Initialize = 0,
    Thaw = 1,
    UnlockFunds = 2
}
export declare const freezeInstructionBeet: beet.FixedSizeBeet<FreezeInstruction, FreezeInstruction>;
