/// import { Options } from './types'; export * from './allocation-types'; export * from './protection-types'; export declare function virtualAllocEx(processHandle: Buffer, size: number, options?: Options): Buffer;