export declare function getQuotePairMap(str?: string | null): {
    single: Record<number, boolean>;
    double: Record<number, boolean>;
};
