import { default as React } from 'react'; import { FlowSpec } from '@feltdb/core'; /** Preserve Studio's connection scope while naming a canonical Data collection. */ export declare function dataCollectionLocation(search: string, collection: string): { pathname: string; search: string; }; export declare function ContractInspector({ model, section }: { model: FlowSpec | null; section: 'schema' | 'policies'; }): React.JSX.Element; //# sourceMappingURL=ContractInspector.d.ts.map