/**
 * Shifts each line of the text by two spaces.
 */
export declare function indent(text: string): string;
//# sourceMappingURL=indent.d.ts.map