import { FormGroup } from '@angular/forms';
export declare class StoreService {
    markFormsAsTouched(formGroup: FormGroup): void;
}
