export declare class BpmValidation { private businessProcessName; private partBValidation; private properties; constructor(businessProcessName: string, partBValidation: boolean, properties?: string[]); BusinessProcessName: string; PartBValidation: boolean; Properties: string[]; }