export declare class ResourceTester {
    private tool;
    private config;
    private testResults;
    constructor();
    testResource(resourceName: string): Promise<void>;
    private testCrudOperations;
    private testErrorHandling;
    private testExportOperations;
    private getCreateParams;
    getTestResults(): any;
    printSummary(): void;
}
export declare function testNextResource(): Promise<string | null>;
//# sourceMappingURL=resource-tester.d.ts.map