interface CmdOptions {
    file?: string;
    pretty?: boolean;
}
/**
 * Will dump configurations to a file or stdout
 * @param {string} file filepath to use as output
 */
declare const _default: ({ file: filePath, pretty }: CmdOptions) => Promise<never>;
export default _default;
//# sourceMappingURL=action.d.ts.map