import { OpCommand } from './OpsYml';
export declare type OpsGetResponse = {
    data: OpCommand;
    error: object[] | null;
};
