export interface ModuleConfig { period: number; } export declare const DEFAULT_PERIOD: number;