export declare type keySectionT = string; export declare type saveActiveSectionT = { keySection: keySectionT; idSection: string; };