import type { Client } from '@notionhq/client'; import { z } from 'astro/zod'; export declare function propertiesSchemaForDatabase(client: Client, databaseId: string): Promise>; //# sourceMappingURL=database-properties.d.ts.map