import { Labelled } from '../../../../common';
export declare class OpenAPISubscribeCommand implements Labelled {
    readonly topic: string;
    label: () => string;
    constructor(topic: string);
}
//# sourceMappingURL=openapi-subscribe.command.d.ts.map