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