import type { PropertyConfig, RuntimeState } from "../types.ts"; export declare function getPropertyIds(getState: () => RuntimeState): string[]; export declare function getPropertyConfig(getState: () => RuntimeState, propertyId: string): PropertyConfig; export declare function getSetParams(getState: () => RuntimeState): Record;