import type { OpenAPIV3 } from 'openapi-types'; export declare const createUpsertConfirmationSchema: (schemaName: string, singular: string) => OpenAPIV3.SchemaObject;