import { IDynamicValue } from '../../expression'; export declare function readComponents(properties?: { [key: string]: any; }, excludeKeys?: string[]): Object; export declare function readDirectives(cmp: any): any; export declare function readDynamicData(cmp: any): { [key: string]: IDynamicValue; }; export declare function readListeners(listenerInstances?: any[]): any; export declare function writeListeners(listeners?: any[]): any[]; export declare function writeDynamicData(from: any, to: any, properties: any): any; export declare function setValidValue(target: any, key: string, value: any): void; export declare function getValidValue(value: any): any; //# sourceMappingURL=runtime.d.ts.map