import type { CallSignatureProps } from "./components/CallSignature.jsx"; import { TSLexicalScope } from "./symbols/ts-lexical-scope.js"; import { TSOutputSymbol } from "./symbols/ts-output-symbol.js"; export declare function modulePath(path: string): string; /** * Extract only the call signature props from a props object which extends * `CallSignatureProps`. You can provide default values for the props. */ export declare function getCallSignatureProps(props: CallSignatureProps, defaults?: Partial): Pick; export declare function isValidJSIdentifier(str: string): boolean; export declare function useLexicalScope(): TSLexicalScope | undefined; export declare function useMemberOwner(): TSOutputSymbol; //# sourceMappingURL=utils.d.ts.map