import { Dictionary } from 'rambda'; export declare const format: ({ args, methods }: any) => { args: {}; methods: Dictionary; };