/**
 * Representation of the 'PromptTemplateSubstitutionRequest' schema.
 */
export type PromptTemplateSubstitutionRequest = {
    inputParams?: Record<string, any>;
} & Record<string, any>;
//# sourceMappingURL=prompt-template-substitution-request.d.ts.map