export declare class FunctionDto { entityId: string; function: string; id: string; mode: string; constructor(d: FunctionDto); }