/**
 * Database-related MCP resources for the Scryfall server.
 */
/**
 * Get statistics about the card database.
 */
export declare function databaseStats(): Promise<[string, string]>;
//# sourceMappingURL=databaseResources.d.ts.map