/** * Shape Generator * * 从 PodTable 生成 Shape 定义 */ import type { PodTable } from '../schema'; import type { Shape } from './types'; /** * 从 PodTable 生成 Shape */ export declare function generateShape(table: PodTable): Shape; //# sourceMappingURL=generator.d.ts.map