import * as spec from '@jsii/spec';
export declare function stabilityPrefixFor(element: spec.Documentable): string;
export declare function renderSummary(docs?: spec.Docs): string;
export interface PropertyDefinition {
    readonly prop: spec.Property;
    readonly definingType: spec.Type;
}
export interface MethodDefinition {
    readonly method: spec.Method;
    readonly definingType: spec.Type;
}
//# sourceMappingURL=_utils.d.ts.map