import type * as T from '../../../lib/common.types.js';
import type { StructFactoryResult, StructInitType } from '../../../lib/types.js';
declare const init: StructInitType;
export declare const LPRAWKEYBOARD: "RAWKEYBOARD*";
export declare const RAWKEYBOARD_Name = "RAWKEYBOARD";
export declare const RAWKEYBOARD_Init: typeof init;
/**
 * RAWKEYBOARD structure
 * @link https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-RAWKEYBOARD
 */
export declare function RAWKEYBOARD_Factory(): StructFactoryResult<RAWKEYBOARD_Type>;
/**
 * RAWKEYBOARD structure
 * @link https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-RAWKEYBOARD
 */
export interface RAWKEYBOARD_Type {
    MakeCode: T.USHORT;
    Flags: T.USHORT;
    Reserved: T.USHORT;
    VKey: T.USHORT;
    Message: T.UINT;
    ExtraInformation: T.ULONG;
}
export {};
//# sourceMappingURL=RAWKEYBOARD.d.ts.map