import { SchemaGCService } from './schemaGCService'; export type GCIds = { tableIds: string[]; tableColumnIds: string[]; relationshipIds: string[]; indexIds: string[]; indexColumnIds: string[]; memoIds: string[]; }; export declare function getSchemaGCService(): SchemaGCService | null;