/** * A Type Guard to check if given value type is equal to "string" * * @category Type Guard */ declare const isTypeSymbol: import("./matchType").MatchTypeFn<"symbol">; export { isTypeSymbol };