export declare const DELETE: unique symbol;
export type Delete = typeof DELETE;
