import { IConnection, TextDocuments } from "vscode-languageserver"; export declare class LanguageServerServerTest { mockServerConnection: IConnection; mockClientConnection: IConnection; documents: TextDocuments; cwd: string | undefined; constructor(); private startServer; before(): void; after(): void; "it returns the expected definitions for local block"(): Promise; "it returns the expected definitions for a class that is defined as part of a multiline string"(): Promise; "it returns the expected definitions for a block reference"(): Promise; "it returns no definitions when triggering go to definition on a class that has not been defined"(): Promise; "it returns the expected completions for local block"(): Promise; "it returns the expected completions for a block reference"(): Promise; "it returns the expected template diagnostics for a class that is not defined when a file is opened"(): Promise; "it returns the expected template diagnostics when using a class that is not defined when a file is saved"(): Promise; "it returns the expected css block diagnostics when a block file is changed"(): Promise; "it returns the expected document links"(): Promise; "it returns the expected completions for a block/export path in a block file"(): Promise; } //# sourceMappingURL=server-test-scss.d.ts.map