/** * Returns an abbreviation for a given name * @param name - The name to get an abbreviation for * @param maxLength - The maximum length of the abbreviation (default: 2) * @returns The abbreviation (uppercase) */ export declare function getAbbreviation(name: string): string; //# sourceMappingURL=get-abbreviation.d.ts.map