import type { PrototypeStruct } from '../index.js';
interface IsSymbol {
    isSymbol(x: any): boolean;
}
export declare const isSymbol: PrototypeStruct;
declare global {
    interface SymbolConstructor extends IsSymbol {
    }
}
export {};
//# sourceMappingURL=is-symbol.d.ts.map