export declare function applySpacers(str: string, spacers: number): string;
export declare function getSpacersVal(str: string): number;
export declare function removeSpacers(rune: string): string;
