import type { Collation } from "./collations.generated.js";
export declare function getSupportedCollations(locale?: string): Collation[];
