declare function GetHashKey(str: string | number): number; type InvokeFn = (hash: string, ...args: any[]) => T; export declare const inv: (hash: string, ...args: any[]) => T; export declare const setInvokeNative: (fn: InvokeFn) => void; export declare const rai: () => any; export declare const raf: () => any; export declare const ras: () => any; export declare const rav: () => any; export declare const pvi: () => any; export declare const pvf: () => any; export declare const pvv: () => any; export declare const pvii: (value: number) => any; export declare const pvfi: (value: number) => any; export declare const _h: typeof GetHashKey; export declare const f: (n: number) => number; export type int = number; export type uint = number; export type float = number; export type Hash = string | number; export type u8 = number; export type u16 = number; export type u32 = number; export type u64 = number; export type i8 = number; export type i16 = number; export type i32 = number; export type i64 = number; export type ScrHandle = number; export type Prompt = number; export type FireId = number; export type Blip = number; export type PopZone = number; export type PedGroup = number; export {}; //# sourceMappingURL=NativeAliases.d.ts.map