export declare const singleQuote: (x: string) => string; export declare const doubleQuote: (x: string) => string; export declare const repeat: (n: number, s: string) => string;