import { BeetStruct } from '@metaplex-foundation/beet'; import { CLOBOrderStruct } from './structs'; import { CLOBVersion } from './types'; export declare const serumId = "serum"; export declare const openbookId = "openbook"; export declare const clobVersions: { serumV1: CLOBVersion; serumV2: CLOBVersion; serumV3: CLOBVersion; openbookV1: CLOBVersion; }; export declare const orderStructByProgramId: Map>>;