export declare const indent: (str: string, spaces: number) => string;
