/** * NoSQL Storage Engine - Getting Started Examples * Demonstrates the main features and usage patterns */ export declare function basicSetup(d1Database: D1Database, kvNamespace: KVNamespace, r2Bucket: R2Bucket, durableObjectNamespace: DurableObjectNamespace): Promise; export declare function documentOperations(storage: any): Promise; export declare function vectorOperations(storage: any): Promise; export declare function timeSeriesOperations(storage: any): Promise; export declare function advancedFeatures(storage: any): Promise; export declare function performanceMonitoring(storage: any): Promise; export declare function errorHandlingExample(storage: any): Promise; export declare function runAllExamples(d1Database: D1Database, kvNamespace: KVNamespace, r2Bucket: R2Bucket, durableObjectNamespace: DurableObjectNamespace): Promise; export declare function highPerformanceExample(d1Database: D1Database, kvNamespace: KVNamespace, r2Bucket: R2Bucket, durableObjectNamespace: DurableObjectNamespace): Promise; //# sourceMappingURL=getting-started.d.ts.map