export declare const MEM_COMMIT = 4096; export declare const MEM_RESERVE = 8192; export declare const MEM_RESET = 524288; export declare const MEM_RESET_UNDO = 16777216; export declare const MEM_LARGE_PAGES = 536870912; export declare const MEM_PHYSICAL = 4194304; export declare const MEM_TOP_DOWN = 1048576;