import { BasePageObject } from "../../basePageObject.js"; /** Lives outside the caller's directory, so only an import can find it. */ export declare class ImportedPage extends BasePageObject { get sharedPage(): import("playwright-core").Page; } //# sourceMappingURL=imported-page.d.ts.map