export declare function createPyramid(n_: number, s: string): string[];
