/**
* Fetches the complete schema for a specific project including:
* - All custom collections with their fields
* - Field tokens, types, and descriptions for AI context
* - Template patterns and example usage
*
* Each field includes:
* - Field Name (display name)
* - Token (the exact syntax to use in templates)
* - Type (text, richText, image, etc.)
* - Description (help text for context)
*
* Uses stored credentials or triggers device flow for authentication.
*
* @param projectId - Project ID (UUID) or project name
*/
export declare function getTenantSchema(projectId: string): Promise<string>;
//# sourceMappingURL=get-tenant-schema.d.ts.map