export declare const JSPM_PACKAGE_JSON_DEFAULT: {
    directories: {
        baseURL: string;
        packages: string;
    };
    configFiles: {
        jspm: string;
        'jspm:browser': string;
        'jspm:dev': string;
        'jspm:node': string;
    };
};
