import { PomodoroConfig } from "./types"; export declare const defaultConfig: PomodoroConfig; export declare const testConfig: PomodoroConfig;