import { BasePageObject } from "./basePageObject.js"; /** * The `TParent` generic exists for human readability and AST discoverability – * tooling can extract every `SubPageObject`, build parent-child graphs, and * generate documentation automatically. */ export declare abstract class SubPageObject extends BasePageObject { } //# sourceMappingURL=subPageObject.d.ts.map