import { Config, RawConfig } from './interfaces';
declare const _default: (pkg: {
    tsd?: RawConfig;
}, cwd: string) => Config;
/**
 * Load the configuration settings.
 *
 * @param pkg - The package.json object.
 * @returns The config object.
 */
export default _default;
