SourceCodeInfo_Location: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): SourceCodeInfo_Location;
    encode(message: SourceCodeInfo_Location, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: SourceCodeInfo_LocationAmino): SourceCodeInfo_Location;
    fromAminoMsg(object: SourceCodeInfo_LocationAminoMsg): SourceCodeInfo_Location;
    fromPartial(object: {
        leadingComments?: string;
        leadingDetachedComments?: string[];
        path?: number[];
        span?: number[];
        trailingComments?: string;
    }): SourceCodeInfo_Location;
    fromProtoMsg(message: SourceCodeInfo_LocationProtoMsg): SourceCodeInfo_Location;
    toAmino(message: SourceCodeInfo_Location): SourceCodeInfo_LocationAmino;
    toProto(message: SourceCodeInfo_Location): Uint8Array;
    toProtoMsg(message: SourceCodeInfo_Location): SourceCodeInfo_LocationProtoMsg;
}