import { RowStore } from 'oak-domain/lib/types'; import { GeneralRuntimeContext } from 'oak-general-business'; import { EntityDict } from 'oak-general-business/lib/general-app-domain'; export declare class Context extends GeneralRuntimeContext { static FromCxtStr(cxtStr?: string): (store: RowStore>) => Context; }