export declare type ResetType = string; export declare const resetTypeEnum: { initial: string; clean: string; noreset: string; };