export declare const GLOBAL_STATE_INTS = 5; export declare const GLOBAL_STATE_BYTES = 0; export declare const LOCAL_STATE_INTS = 9; export declare const LOCAL_STATE_BYTES = 5; export declare const EXTRA_PROGRAM_PAGES = 1; export declare const MINIMUM_BALANCE_FOR_OPT_IN: number; export declare const MINIMUM_BALANCE_FOR_ACCOUNT = 100000; export default class LimitOrderApp { static approvalProgramBytes(chain: string, version: number): Uint8Array; static clearStateProgramBytes(chain: string): Uint8Array; }