export declare function quote(s: string): string; export declare function indentBy(n: number): (s: string) => string;