export declare const indentation: (cnt?: number) => (code: string) => string; export declare const checkNeedQuotationMark: (name: string) => boolean;