import { BasePageObject } from "../../basePageObject.js"; /** * A decoy: the name-based convention would pick this file, but `nested-page.ts` * imports `SomePage` from the parent directory, and the import wins. */ export declare class SomePage extends BasePageObject { get origin(): string; } //# sourceMappingURL=some-page.d.ts.map