export declare type Delimiters = Array<{ left: string; right: string; display: boolean; }>;