export declare type Table = { id: number; name: string; formId: number; createdAt: string; updatedAt: string; deletedAt?: string | null; };