import Conf from 'conf';
interface ConfigSchema {
    token?: string;
    projectId?: string;
    baseUrl?: string;
}
export declare const config: Conf<ConfigSchema>;
export {};
