import * as tsm from 'ts-morph'; export declare function getModifiersText({ declaration, }: { declaration: tsm.Node & tsm.ModifierableNode; }): string; //# sourceMappingURL=get-modifiers-text.d.ts.map