export default getIsOptionalChainingSupported;
/**
 * Checks if optional chaining is supported for the compiler
 * @returns {Boolean}
 */
declare function getIsOptionalChainingSupported(): boolean;
