import type { ObjectSchema } from '@becomes/purple-cheetah'; export interface BngineStartJobData { branch?: string; vars?: Array<{ key: string; value: string; }>; } export declare const BngineStartJobDataSchema: ObjectSchema;