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