exportdeclareconstSCHEMA_ID_SYMBOL: unique symbol;
exportdeclareconstPLACEHOLDER_REGEX: RegExp;
/**
* Generate a string placeholder containing the internal schema id value to be retrieved later
*/exportdeclarefunctionidToPlaceholder(id: string): string;