import { RemoveInput } from '../types/inputs'; import { RemoveOutput } from '../types/outputs'; /** * @internal */ export declare const remove: (input: RemoveInput) => Promise;