export declare const packageDir: string;
export type AuthorizedSharpType = "jpeg" | "webp" | "png" | "gif";
export declare const authorizedMediaTypes: Set<string>;
export declare const mediaTypeByExtensions: {
    [extension: string]: string;
};
//# sourceMappingURL=constants.d.ts.map