export declare function splitStringEveryNCharacters(value: string, n: number): string[];
//# sourceMappingURL=splitStringEveryNCharacters.d.ts.map