import { RemaxOptions } from 'remax-types'; export default function getEnvironment(options: RemaxOptions, target: string): { raw: Record string) | undefined>; stringified: { __REMAX_DEBUG__: string; __REMAX_PX2RPX__: string; __REMAX_HOST_COMPONENTS__: () => string; }; };