export type RemoveMethod = () => Promise<number | undefined>;
export declare const remove: RemoveMethod;
