import { AmplifyClassV6 } from '@aws-amplify/core'; import { RemoveInput, RemoveOperation, RemoveOutput, RemoveWithPathOutput } from '../../types'; import { RemoveInput as RemoveWithPathInputWithAdvancedOptions } from '../../../../internals'; export declare function remove(amplify: AmplifyClassV6, input: RemoveInput): RemoveOperation; export declare function remove(amplify: AmplifyClassV6, input: RemoveWithPathInputWithAdvancedOptions): RemoveOperation;