export declare const roundedOptions: readonly ["default", "sharp"];
export type Rounded = (typeof roundedOptions)[number];
