export declare const SYM_ASYNC_ITERATOR: typeof Symbol.asyncIterator;
export declare const SYM_HAS_INSTANCE: typeof Symbol.hasInstance;
export declare const SYM_IS_CONCAT_SPREADABLE: typeof Symbol.isConcatSpreadable;
export declare const SYM_ITERATOR: typeof Symbol.iterator;
export declare const SYM_MATCH: typeof Symbol.match;
export declare const SYM_MATCH_ALL: typeof Symbol.matchAll;
export declare const SYM_REPLACE: typeof Symbol.replace;
export declare const SYM_SEARCH: typeof Symbol.search;
export declare const SYM_SPECIES: typeof Symbol.species;
export declare const SYM_SPLIT: typeof Symbol.split;
export declare const SYM_TO_PRIMITIVE: typeof Symbol.toPrimitive;
export declare const SYM_TO_STRING_TAG: typeof Symbol.toStringTag;
export declare const SYM_UNSCOPABLES: typeof Symbol.unscopables;
//# sourceMappingURL=symbols.d.ts.map