import type { MessageType } from "../../index.js"; export declare const protobufPackage = "google.protobuf"; /** * `SourceContext` represents information about the source of a * protobuf element, like the file in which it is defined. * * @generated from message google.protobuf.SourceContext */ export interface SourceContext { /** * The path-qualified name of the .proto file that contained the associated * protobuf element. For example: `"google/protobuf/source_context.proto"`. * * @generated from field: string file_name = 1; */ fileName?: string; } export declare const SourceContext: MessageType;