/** * This is a custom implementation. * In the `web-test-runner.config` we add data attributes to the body with additional information. */ export declare const isTestEnvironment: () => boolean; /** * This is a custom implementation. * True if the `testEnvironment` meta tag has the `debug` attribute */ export declare const isDebugEnvironment: () => boolean; /** * This is a custom implementation. * Returns true, if this is run in the SSR with hydration test group. */ export declare const isHydratedSsr: () => boolean; /** * This is a custom implementation. * Returns true, if this is run in the SSR without hydration test group. */ export declare const isNonHydratedSsr: () => boolean; /** * This is a custom implementation. * Returns true, if this is run in an SSR test group. */ export declare const isSsr: () => boolean; //# sourceMappingURL=platform.d.ts.map