import { MethodSource } from '../types'; export declare function methodSource(url: string, functionName: string): MethodSource;