import { DeleteSchemaOptions } from '../types/DeleteSchemaOptions';
export default function mergeOptions<T extends Record<string, any>>(queryOptions: T | undefined | null, options: DeleteSchemaOptions): T;
