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