export declare class EnforceContext {
    pType: string;
    rType: string;
    eType: string;
    mType: string;
    constructor(rType: string, pType: string, eType: string, mType: string);
}
export declare const newEnforceContext: (index: string) => EnforceContext;
