export type { ICmsSortMapperParams, ICmsSortMapper } from "./abstractions.js"; export { CmsSortMapper } from "./abstractions.js"; export declare const CmsSortMapperFeature: { name: string; register(container: import("@webiny/di").Container): void; };