/** * Copyright 2017-present Palantir Technologies, Inc. All rights reserved. * Licensed under the BSD-3 License as modified (the “License”); you may obtain * a copy of the license in the LICENSE and PATENTS files in the root of this * repository. */ import { SignatureReflection } from "typedoc"; import { Type } from "typedoc/dist/lib/models"; export declare function resolveTypeString(type: Type | undefined): string; export declare function resolveSignature(sig: SignatureReflection): string;