import * as beet from '@metaplex-foundation/beet';
export declare type Allocation = {
    id: number;
    limit: number;
};
export declare const allocationBeet: beet.BeetArgsStruct<Allocation>;
