export declare const PROMINENCES: { readonly default: ''; readonly strong: 'strong'; readonly stronger: 'stronger'; readonly weak: 'weak'; }; export type Prominence = keyof typeof PROMINENCES; export declare const PROMINENCE_ARRAY: readonly Prominence[]; //# sourceMappingURL=constants.d.ts.map