export interface BioSealGenerationConfigOptions { logsDisabled?: boolean; filter?: (action: any, state: any) => boolean; }