/**
* Returns |true| if the symbol is available in debug or release modes. Only symbols
* followed by the "!" suffix are available in release builds.
*/
export declarefunctioncontainsSymbol(symbols: string[], name: string): boolean;
//# sourceMappingURL=containsSymbol.d.ts.map