import { SerializedData } from '../../serialization/json.js';
export type AutomateWorkflowReferenceV2026R0TypeField = 'workflow';
export declare class AutomateWorkflowReferenceV2026R0 {
    /**
     * The identifier for the Automate workflow instance. */
    readonly id: string;
    /**
     * The object type. */
    readonly type: AutomateWorkflowReferenceV2026R0TypeField;
    /**
     * The display name for the Automate workflow. */
    readonly name?: string;
    readonly rawData?: SerializedData;
    constructor(fields: Omit<AutomateWorkflowReferenceV2026R0, 'type'> & Partial<Pick<AutomateWorkflowReferenceV2026R0, 'type'>>);
}
export interface AutomateWorkflowReferenceV2026R0Input {
    /**
     * The identifier for the Automate workflow instance. */
    readonly id: string;
    /**
     * The object type. */
    readonly type?: AutomateWorkflowReferenceV2026R0TypeField;
    /**
     * The display name for the Automate workflow. */
    readonly name?: string;
    readonly rawData?: SerializedData;
}
export declare function serializeAutomateWorkflowReferenceV2026R0TypeField(val: AutomateWorkflowReferenceV2026R0TypeField): SerializedData;
export declare function deserializeAutomateWorkflowReferenceV2026R0TypeField(val: SerializedData): AutomateWorkflowReferenceV2026R0TypeField;
export declare function serializeAutomateWorkflowReferenceV2026R0(val: AutomateWorkflowReferenceV2026R0): SerializedData;
export declare function deserializeAutomateWorkflowReferenceV2026R0(val: SerializedData): AutomateWorkflowReferenceV2026R0;
export declare function serializeAutomateWorkflowReferenceV2026R0Input(val: AutomateWorkflowReferenceV2026R0Input): SerializedData;
export declare function deserializeAutomateWorkflowReferenceV2026R0Input(val: SerializedData): AutomateWorkflowReferenceV2026R0Input;
//# sourceMappingURL=automateWorkflowReferenceV2026R0.d.ts.map