export declare const GO_PATTERNS: { MODULE: RegExp; GO_VERSION: RegExp; REQUIRE_BLOCK: RegExp; REQUIRE_BLOCKS: RegExp; REQUIRE_LINE: RegExp; DEPENDENCY_LINE: RegExp; PACKAGE_NAME: RegExp; VERSION_PREFIX: RegExp; REPLACE_BLOCK_START: RegExp; REPLACE_LINE: RegExp; EXCLUDE_BLOCK_START: RegExp; BLOCK_CLOSE: RegExp; DEP_UPDATE_LINE: RegExp; };