export declare class InputData {
    dataElementId: string;
    dataElementValue: any;
}
