/// <reference types="xrm" />
export declare class ProcessDictionaryMock implements Xrm.ProcessFlow.ProcessDictionary {
    [index: string]: string;
    constructor(index: any);
}
