export declare class Store {
    statistics: any;
    execution: any;
    constructor(firebaseCrud: any);
}
