/** Convert `yourExampleKey` to `your example key` */ export declare const camelcaseToSpaceCase: (key: string) => string; //# sourceMappingURL=utils.d.ts.map