import Conf from 'conf';
declare const config: Conf<{
    isPublishing: unknown;
    hasSeenPrepublishWarning: unknown;
}>;
export default config;
