/** * Payload API Client Singleton * Manages single instance of Payload client with proper error handling */ export declare function getPayloadClient(): Promise; export declare function testConnection(): Promise; //# sourceMappingURL=client.d.ts.map