/**
 * Throws an error if the current thread IS the main thread.
 */
export declare const assertIsNotMainThread: (feature: string) => void;
