export interface CatalogReference {
    catalogName?: string;
    isDefaultCatalog: boolean;
}
//# sourceMappingURL=types.d.ts.map