/** * Handle errors for list return types (list and index query operations) */ export declare function handleListGraphQlError(error: any): any; /** * Handle errors for singular return types (create, get, update, delete operations) */ export declare function handleSingularGraphQlError(error: any): any;