/**
 * Returns a string filled with blank characters
 */
export declare function space(n: number): string;
