import Conf from 'conf';
export declare const store: Conf<{
    debugEnabled: boolean;
    showWatchLogs: boolean;
}>;
