export declare type QuoteCharacter = '"' | "'"; export declare function getQuoteCharacter(isSingleQuotes: boolean): QuoteCharacter;