export declare type NgxContextStoreModel = {
    [k: string]: any;
} | undefined;
