export interface ControlSetValueOptions { propertyKey: string; initial?: boolean; } export declare function ControlSetValue(controlId: string, options?: Omit): (target: any, propertyKey: string) => void;