import koffi from 'koffi';
import { DoubleWord } from './win32';
export declare const WinSleep: koffi.KoffiFunc<(milliseconds: DoubleWord) => void>;
