import { ApiMethodDeclaration } from '..'; type ParamsData = undefined; type ResponseData = any; export declare const removeAllMissing: ApiMethodDeclaration; export {};