import { DataPoint } from './DataPoint';
export declare class Input extends DataPoint {
    source: string;
    isIdentifier: boolean;
    visibleInReport: boolean;
    locked: boolean;
}
