import { StudioComponent, StudioComponentProperty, StateReference } from '../types'; export declare type StateReferenceMetadata = { reference: StateReference; dataDependencies: string[]; }; /** * Component Structure Functions */ export declare function computeStateReferenceMetadata(component: StudioComponent, stateReferences: StateReference[]): StateReferenceMetadata[]; /** * Property Functions */ export declare function computeDataDependenciesForStudioComponentProperty(property: StudioComponentProperty): string[]; //# sourceMappingURL=state-reference-metadata.d.ts.map