import ts from 'typescript';
export declare function parseStaticEncapsulation(staticMembers: ts.ClassElement[]): "none" | "shadow" | "scoped";
