import { MethodConfig } from './methodConfig';
export interface RemoteCallConfig {
    methods: Array<MethodConfig>;
    url: string;
}
export declare namespace RemoteCallConfig {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=remoteCallConfig.d.ts.map