/// <reference path="../adonis-typings/application.d.ts" />
import { RcFile } from '@ioc:Adonis/Core/Application';
/**
 * Parses the contents of `.adonisrc.json` file and merges it with the
 * defaults
 */
export declare function parse(contents: {
    [key: string]: any;
}): RcFile;
