import { OpenApiRemoteMethod } from '@rxap/open-api/remote-method';
import { ChangelogControllerListResponse } from '../responses/changelog-controller-list.response';
import * as i0 from "@angular/core";
export declare class ChangelogControllerListRemoteMethod extends OpenApiRemoteMethod<ChangelogControllerListResponse, void, void> {
    call(): Promise<ChangelogControllerListResponse>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ChangelogControllerListRemoteMethod, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ChangelogControllerListRemoteMethod>;
}
