import { Declaration } from 'typescript';
export declare function getAccessibility(declaration?: Declaration): "private" | "protected" | "public";
