/** @packageDocumentation
 * @module IModelHost
 */
import { IModelJsNative } from "@bentley/imodeljs-native";
/** Provides access to the internal APIs defined in @bentley/imodeljs-native.
 * @internal
 */
export declare class IModelNative {
    static get platform(): typeof IModelJsNative;
}
/** @internal Strictly to be called by IModelHost.startup. */
export declare function loadNativePlatform(): void;
/** @internal Strictly for tests. */
export declare function overrideSyncNativeLogLevels(func?: () => void): void;
//# sourceMappingURL=NativePlatform.d.ts.map