/** * Create a string that represents indentation using the defined depth. */ export default function indent(startingDepth: number, character?: string): string; //# sourceMappingURL=indent.d.ts.map