import { MethodResult } from '@methodus/framework-commons';
export declare class ProxiedController {
    get(id: string): Promise<MethodResult>;
}
