export declare const centerString: (string: string, max: number) => string;
