import { AbstractLanguageFacts } from './base'; export declare class GolangLanguageFacts implements AbstractLanguageFacts { name: "go"; listCommentStyle: string; blockCommentStyle: { start: string; end: string; linePrefix: string; }; provideCodeBlocks(): Set; isCodeBlock(type: string): boolean; } //# sourceMappingURL=golang.d.ts.map