/// <reference types="node" />
import path from 'path';
import changeCase from 'change-case';
declare const helpers: {
    capitalize(str: any): string;
    inflection: any;
    changeCase: typeof changeCase;
    path: path.PlatformPath;
};
export default helpers;
//# sourceMappingURL=helpers.d.ts.map