import { Dictionary } from 'rambda'; export declare const extract: (methodLines: string[]) => { args: any[]; methods: Dictionary; };