export declare class PagesTester {
    private tool;
    constructor();
    testPages(): Promise<void>;
    private testCrudOperations;
    private testErrorHandling;
}
//# sourceMappingURL=pages-tester.d.ts.map