/** * @file * * Library metadata constants. The `OBSIDIAN_INTEGRATION_TESTING_VERSION` global * is replaced at build time by esbuild's `define` option with the version * from `package.json`. */ /** * The version of the `obsidian-integration-testing` library. * At build time, `OBSIDIAN_INTEGRATION_TESTING_VERSION` is replaced by esbuild's * `define` option. At test time (Vitest), it falls back to `'dev'`. */ export declare const LIBRARY_VERSION: string;