/** * 最後の行に入力しやすいよう、インデントの揃った空行をいれる */ export declare function appendEmptyLine(code: string): string; export declare function isEmptyLine(line: string): boolean; export declare function indent(line: string): number;