import koffi from 'koffi'; export declare const GetLastError: koffi.KoffiFunction; /** * Allocate global memory handle */ export declare const GlobalAlloc: koffi.KoffiFunction; /** * Free global memory handle */ export declare const GlobalFree: koffi.KoffiFunction; /** * Lock global memory handle */ export declare const GlobalLock: koffi.KoffiFunction; /** * Unlock global memory handle */ export declare const GlobalUnlock: koffi.KoffiFunction; export declare const GMEM_MOVEABLE = 2; export declare const GMEM_ZEROINIT = 64; export declare const GHND: number; //# sourceMappingURL=kernel32.api.d.ts.map