declare const isInVitestEntryThread: string | false | undefined;
declare const isMainThread: string | boolean | undefined;

export { isInVitestEntryThread, isMainThread };
