type SchemaTarget = "app" | "fixture"; declare function readSchemaTarget(): SchemaTarget; declare function isFixtureSchema(): boolean; export type { SchemaTarget }; export { isFixtureSchema, readSchemaTarget };