import $$ from 'jmini';
declare namespace $$fromRoot {
    type Input = $$.Args;
}
declare const $$fromRoot: (args: $$fromRoot.Input) => $$.Chains;
export { $$fromRoot, $$fromRoot as default };
