export declare const markuplint: string;
export declare function p(s: number | string, pad: number, start?: boolean): string;
export declare function w(s: string): number;
export declare function space(str: string): string;
export declare function invisibleSpace(str: string): string;