import { META } from '../constants.js'; export declare const addWhitespace: (type: string) => { text: string; [META]: { IS_WHITESPACE: string; }; };