import type { BetweenDoubleQuoteParser, BetweenSingleQuoteParser, DoubleQuoteParser, SingleQuoteParser } from './quote.types'; export declare const singleQuote: SingleQuoteParser; export declare const doubleQuote: DoubleQuoteParser; export declare const parseBetweenDoubleQuote: BetweenDoubleQuoteParser; export declare const parseBetweenSingleQuote: BetweenSingleQuoteParser;