/** * Check if a given name is a known FiveM/CFX native */ export declare function isNative(name: string): boolean;