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