import { Debuggable, Labelled } from '../../../../common';
export declare class OpenAPIPublishCommand implements Labelled, Debuggable {
    readonly commandId: string;
    readonly topic: string;
    readonly payload: object;
    readonly debug?: boolean | undefined;
    label: () => string;
    constructor(commandId: string, topic: string, payload: object, debug?: boolean | undefined);
}
//# sourceMappingURL=openapi-publish.command.d.ts.map