declare const toWords: (inputString: string, joinWords?: boolean) => string;
declare const formatLabels: (slug: string) => {
    plural: string;
    singular: string;
};
declare const formatNames: (slug: string) => {
    plural: string;
    singular: string;
};
export { formatLabels, formatNames, toWords };
//# sourceMappingURL=formatLabels.d.ts.map