import { Type } from '@angular/core';
export declare class GetFlowStateNodesRequest {
    type: Type<any>;
    constructor(type: Type<any>);
}
