import type * as ts from 'typescript'; import type { TextDocument } from 'vscode-languageserver-textdocument'; import type { SharedContext } from '../types'; export declare function getUserPreferences(ctx: SharedContext, document: TextDocument): Promise; //# sourceMappingURL=getUserPreferences.d.ts.map