import { type SomeType } from "../../models/index.js";
export declare function removeUndefined(type: SomeType): SomeType;
