import { IUtils, IValidator, IFsHelper, IHttpHelper, IObjectHelper, IStringHelper, ITestHelper, IArrayHelper } from './index'; export declare class H3lp { readonly utils: IUtils; readonly val: IValidator; readonly fs: IFsHelper; readonly http: IHttpHelper; readonly obj: IObjectHelper; readonly str: IStringHelper; readonly test: ITestHelper; readonly array: IArrayHelper; constructor(utils: IUtils, val: IValidator, fs: IFsHelper, http: IHttpHelper, obj: IObjectHelper, str: IStringHelper, test: ITestHelper, array: IArrayHelper); } //# sourceMappingURL=h3lp.d.ts.map